This repository was archived by the owner on May 26, 2026. It is now read-only.
Run instrumented tests on multiple API levels - #320
Merged
rfc2822 merged 7 commits intoApr 30, 2026
Conversation
- Add matrix strategy for API levels 24, 30, 32, and 37 - Update test name to include API level - Configure device API level via environment variable - Remove AVD caching step - Update system image source based on API level
- Add `allowOldApiLevelDevices` flag to gradle.properties - Clarify comment in tests.yml for API level 24 - Use Android 15 as latest available version
- Replace `assertNotNull` with `logger.warning` for unloaded timezones - Add logger property to class - Ignore exception details in catch block
rfc2822
force-pushed
the
315-run-instrumented-tests-on-different-api-levels
branch
from
April 13, 2026 13:31
9e09b8f to
487293f
Compare
- Remove `allowOldApiLevelDevices` flag from gradle.properties - Update minimum API level to 27 in tests.yml - Add comment about ATD image availability in build.gradle.kts
- Add `allowOldApiLevelDevices` flag to gradle.properties - Re-enable API level 24 in tests.yml - Update comment for API level 27 in tests.yml
- Remove `allowOldApiLevelDevices` flag from gradle.properties - Comment out API levels 24 and 27 in tests.yml - Add comments about calendar provider behavior for API levels 30 and 32 - Set `testedAbi` to `x86_64` in build.gradle.kts
rfc2822
force-pushed
the
315-run-instrumented-tests-on-different-api-levels
branch
from
April 30, 2026 16:22
09724f3 to
9716c5f
Compare
rfc2822
marked this pull request as ready for review
April 30, 2026 16:22
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Runs the instrumented tests on
Android 7not supported by gradle-managed devices (we can still run them manually)